@prefix : <http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/> .

<http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/> rdf:type owl:Ontology ;
                                                             owl:imports <http://datos.iepnb.gob.es/def/medio-ambiente/datos-forestales/> ,
                                                                         <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/> ;
                                                             <http://purl.org/dc/elements/1.1/creator> <https://github.com/RaquelMiguelSauco> ,
                                                                                                       <https://github.com/dportoles> ,
                                                                                                       <https://www.idearium.eu/> ;
                                                             <http://purl.org/dc/elements/1.1/date> "2025-06-30"^^xsd:date ;
                                                             <http://purl.org/vocab/vann/preferredNamespacePrefix> "ifn-biodiversidad" ;
                                                             rdfs:comment "Ontología para la publicación de los datos de biodiversidad del IFN"@es ;
                                                             rdfs:label "Ontología IFN-Biodiversidad de España"@es ;
                                                             owl:versionInfo 0.1 .

#################################################################
#    Annotation properties
#################################################################

###  http://datos.iepnb.gob.es/def/medio-ambiente/datos-forestales/tiene-fraccion-cabida-cubierta
<http://datos.iepnb.gob.es/def/medio-ambiente/datos-forestales/tiene-fraccion-cabida-cubierta> rdf:type owl:AnnotationProperty ;
                                                                                         rdfs:domain :Ramoneo .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/identifier
<http://purl.org/dc/elements/1.1/identifier> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#hasTopConcept
<http://www.w3.org/2004/02/skos/core#hasTopConcept> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#topConceptOf
<http://www.w3.org/2004/02/skos/core#topConceptOf> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-angulo-arbol-vecino
:tiene-angulo-arbol-vecino rdf:type owl:ObjectProperty ;
                           rdfs:domain :Estructura-masa ;
                           rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> ;
                           rdfs:label "Ángulo con árbol vecino"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-arbol-liquen
:tiene-arbol-liquen rdf:type owl:ObjectProperty ;
                    rdfs:domain :Liquen ;
                    rdfs:range :Arbol-con-liquen ;
                    rdfs:label "Árbol con liquen"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-categoria-desarrollo
:tiene-categoria-desarrollo rdf:type owl:ObjectProperty ;
                            rdfs:domain :Ramoneo ;
                            rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                            rdfs:label "Códigos de las categorías de desarrollo que se consideran para las especies arbóreas. "@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-categoria-naturalidad
:tiene-categoria-naturalidad rdf:type owl:ObjectProperty ;
                             rdfs:domain :Muestra-biodiversidad ;
                             rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                             rdfs:label "Código de categoría de bosque según la FAO para la tesela donde cae la parcela de IFN"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-causa-derribo-arbol
:tiene-causa-derribo-arbol rdf:type owl:ObjectProperty ;
                           rdfs:domain :Madera-muerta ;
                           rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> ;
                           rdfs:label "Causa del derribo"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-clave-sin-liquen
:tiene-clave-sin-liquen rdf:type owl:ObjectProperty ;
                        rdfs:domain :Muestra-biodiversidad ;
                        rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                        rdfs:label "Clave sin muestreo de líquenes"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-cobertura
:tiene-cobertura rdf:type owl:ObjectProperty ;
                 rdfs:domain :Muestra-biodiversidad ;
                 rdfs:range :Cobertura ;
                 rdfs:label "Cobertura"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-cobertura-no-leñosas
:tiene-cobertura-no-leñosas rdf:type owl:ObjectProperty ;
                            rdfs:domain :Muestra-biodiversidad ;
                            rdfs:range :Cobertura-no-leñosas ;
                            rdfs:label "Cobertura de especies no leñosas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-acumulacion
:tiene-descomposicion-acumulacion rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf :tiene-madera-muerta ;
                                  rdfs:domain :Muestra-biodiversidad ;
                                  rdfs:range :Descomposicion-acumulacion ;
                                  rdfs:label "Grado de descomposición de la madera muerta encontrada en la acumulación"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-arboles-muertos-caidos
:tiene-descomposicion-arboles-muertos-caidos rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf :tiene-madera-muerta ;
                                             rdfs:domain :Muestra-biodiversidad ;
                                             rdfs:range :Descomposicion-arboles-muertos-caidos ;
                                             rdfs:label "Grado de descomposición de la madera muerta encontrada de árboles muertos caídos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-arboles-muertos-en-pie
:tiene-descomposicion-arboles-muertos-en-pie rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf :tiene-madera-muerta ;
                                             rdfs:domain :Muestra-biodiversidad ;
                                             rdfs:range :Descomposicion-arboles-muertos-en-pie ;
                                             rdfs:label "Grado de descomposición de la madera muerta encontrada de árboles muertos en pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-brotes-cepa
:tiene-descomposicion-brotes-cepa rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf :tiene-madera-muerta ;
                                  rdfs:domain :Muestra-biodiversidad ;
                                  rdfs:range :Descomposicion-brotes-cepa ;
                                  rdfs:label "Grado de descomposición de la madera muerta encontrada de brotes de cepa"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-pies-menores-muertos-caidos
:tiene-descomposicion-pies-menores-muertos-caidos rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf :tiene-madera-muerta ;
                                                  rdfs:domain :Muestra-biodiversidad ;
                                                  rdfs:range :Descomposicion-pies-menores-muertos-caidos ;
                                                  rdfs:label "Grado de descomposición de la madera muerta encontrada de pies menores muertos caídos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-pies-menores-muertos-en-pie
:tiene-descomposicion-pies-menores-muertos-en-pie rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf :tiene-madera-muerta ;
                                                  rdfs:domain :Muestra-biodiversidad ;
                                                  rdfs:range :Descomposicion-pies-menores-muertos-en-pie ;
                                                  rdfs:label "Grado de descomposición de la madera muerta encontrada de pies menores muertos en pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-ramas
:tiene-descomposicion-ramas rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf :tiene-madera-muerta ;
                            rdfs:domain :Muestra-biodiversidad ;
                            rdfs:range :Descomposicion-ramas ;
                            rdfs:label "Grado de descomposición de la madera muerta encontrada de ramas o leñas gruesas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-ramas-finas
:tiene-descomposicion-ramas-finas rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf :tiene-madera-muerta ;
                                  rdfs:domain :Muestra-biodiversidad ;
                                  rdfs:range :Descomposicion-ramas-finas ;
                                  rdfs:label "Grado de descomposición de la madera muerta encontrada de ramas finas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-descomposicion-tocones
:tiene-descomposicion-tocones rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf :tiene-madera-muerta ;
                              rdfs:domain :Muestra-biodiversidad ;
                              rdfs:range :Descomposicion-tocones ;
                              rdfs:label "Grado de descomposición de la madera muerta encontrada de tocones"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-elemento
:tiene-elemento rdf:type owl:ObjectProperty ;
                rdfs:domain :Elemento-singular-natural ;
                rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                rdfs:comment "Código del tipo de elemento encontrado, descripción en TC_Elemento"@es ;
                rdfs:label "Código del tipo de elemento encontrado"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-elemento-artificial
:tiene-elemento-artificial rdf:type owl:ObjectProperty ;
                           rdfs:domain :Elemento-artificial ;
                           rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                           rdfs:comment "Código del tipo de elemento artificial encontrado, descripción en TC_ElemArt"@es ;
                           rdfs:label "Código del tipo de elemento artificial encontrado"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-elemento-singular-natural
:tiene-elemento-singular-natural rdf:type owl:ObjectProperty ;
                                 rdfs:domain :Muestra-biodiversidad ;
                                 rdfs:range :Elemento-singular-natural ;
                                 rdfs:label "Elemento singular de origen natural"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-especie-liquen
:tiene-especie-liquen rdf:type owl:ObjectProperty ;
                      rdfs:domain :Liquen ;
                      rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                      rdfs:label "Clave especie de liquen"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-especie-matorral
:tiene-especie-matorral rdf:type owl:ObjectProperty ;
                        rdfs:domain :Ramoneo ;
                        rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                        rdfs:label "Código numérico de la especie de matorral del IFN"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-estructura-masa
:tiene-estructura-masa rdf:type owl:ObjectProperty ;
                       rdfs:domain :Muestra-biodiversidad ;
                       rdfs:range :Estructura-masa ;
                       rdfs:label "Estructura de la masa arbórea"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-grado-descomposicion
:tiene-grado-descomposicion rdf:type owl:ObjectProperty ;
                            rdfs:domain :Madera-muerta ;
                            rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                            rdfs:label "Grado de descomposición"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-grado-ramoneo
:tiene-grado-ramoneo rdf:type owl:ObjectProperty ;
                     rdfs:domain :Ramoneo ;
                     rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                     rdfs:comment "Escala 0- 5"@es ;
                     rdfs:label "Grado medio de ramoneo"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-liquen
:tiene-liquen rdf:type owl:ObjectProperty ;
              rdfs:domain :Muestra-biodiversidad ;
              rdfs:range :Liquen ;
              rdfs:label "Liquen"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-madera-muerta
:tiene-madera-muerta rdf:type owl:ObjectProperty ;
                     rdfs:domain :Muestra-biodiversidad ;
                     rdfs:range :Madera-muerta ;
                     rdfs:label "Madera muerta"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-muestra-biodiversidad
:tiene-muestra-biodiversidad rdf:type owl:ObjectProperty ;
                             rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                             rdfs:range :Muestra-biodiversidad ;
                             rdfs:label "Muestra para análisis de biodiversidad"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-porcentaje-cobertura-no-lenosa
:tiene-porcentaje-cobertura-no-lenosa rdf:type owl:ObjectProperty ;
                                      rdfs:domain :Cobertura-no-leñosas ;
                                      rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                      rdfs:comment "De 0 a 8"@es ;
                                      rdfs:label "Porcentaje de cobertura estimado"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-ramoneo
:tiene-ramoneo rdf:type owl:ObjectProperty ;
               rdfs:domain :Muestra-biodiversidad ;
               rdfs:range :Ramoneo ;
               rdfs:label "Grado de ramoneo"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-rastro-animal
:tiene-rastro-animal rdf:type owl:ObjectProperty ;
                     rdfs:domain :Rastro-animal ;
                     rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                     rdfs:label "Código del tipo de rastro encontrado"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-tipo-cobertura
:tiene-tipo-cobertura rdf:type owl:ObjectProperty ;
                      rdfs:domain :Cobertura ;
                      rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                      rdfs:label "Códigos de las diferentes tipos de cobertura considerados"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-tipo-cobertura-no-leñosa
:tiene-tipo-cobertura-no-leñosa rdf:type owl:ObjectProperty ;
                                rdfs:domain :Cobertura-no-leñosas ;
                                rdfs:range <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                rdfs:label "Códigos de las diferentes tipos de cobertura de especies no leñosas considerados"@es .


#################################################################
#    Data properties
#################################################################

###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-ac-num
:tiene-ac-num rdf:type owl:DatatypeProperty ;
              rdfs:domain :Descomposicion-acumulacion ;
              rdfs:range xsd:int ;
              rdfs:label "Número"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-altura-media-especie
:tiene-altura-media-especie rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Descomposicion-pies-menores-muertos ;
                            rdfs:range xsd:int ;
                            rdfs:label "Altura media por especie (m)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-altura-total
:tiene-altura-total rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Descomposicion-tocones ;
                    rdfs:range xsd:int ;
                    rdfs:label "Altura total (cm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-amp-cod
:tiene-amp-cod rdf:type owl:DatatypeProperty ;
               rdfs:domain :Descomposicion-arboles-muertos ;
               rdfs:range xsd:int ;
               rdfs:label "Código (pies bifurcados o trifurcados)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-ancho-medio
:tiene-ancho-medio rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Elemento-artificial ;
                   rdfs:range xsd:int ;
                   rdfs:label "Anchura media (dm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-clave-orientacion
:tiene-clave-orientacion rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Muestra-biodiversidad ;
                         rdfs:range xsd:double ;
                         rdfs:label "Clave orientación"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-exterior
:tiene-diametro-exterior rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Descomposicion-brotes-cepa ;
                         rdfs:range xsd:int ;
                         rdfs:label "Diámetro exterior (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-interior
:tiene-diametro-interior rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Descomposicion-brotes-cepa ;
                         rdfs:range xsd:int ;
                         rdfs:label "Diámetro interior (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-maximo-ramas-muertas-mm
:tiene-diametro-maximo-ramas-muertas-mm rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :Madera-muerta ;
                                        rdfs:range xsd:int ;
                                        rdfs:label "Diámetro máximo de ramas muertas (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-medio
:tiene-diametro-medio rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Descomposicion-brotes-cepa ;
                      rdfs:range xsd:int ;
                      rdfs:label "Diámetro medio (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-medio-especie
:tiene-diametro-medio-especie rdf:type owl:DatatypeProperty ;
                              rdfs:domain :Descomposicion-pies-menores-muertos ;
                              rdfs:range xsd:int ;
                              rdfs:label "Diámetro medio por especie (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diametro-medio-mitad
:tiene-diametro-medio-mitad rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Descomposicion-acumulacion ;
                            rdfs:range xsd:int ;
                            rdfs:label "Diámetro medio (mm) a la mitad "@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-diamtro-minimo-rama-muerta-mm
:tiene-diamtro-minimo-rama-muerta-mm rdf:type owl:DatatypeProperty ;
                                     rdfs:domain :Madera-muerta ;
                                     rdfs:range xsd:int ;
                                     rdfs:label "Diámetro mínimo de ramas muertas medida (mm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-distancia-arbol-base-punto
:tiene-distancia-arbol-base-punto rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :Estructura-masa ;
                                  rdfs:range xsd:double ;
                                  rdfs:label "Distancia del árbol base al punto aleatorio"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-distancia-talud
:tiene-distancia-talud rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Elemento-artificial ;
                       rdfs:range xsd:int ;
                       rdfs:label "En terrazas, la distancia (m) al talud más cercano."@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-distancia-vecino-arbol-base
:tiene-distancia-vecino-arbol-base rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :Estructura-masa ;
                                   rdfs:range xsd:double ;
                                   rdfs:label "Distancia del vecino 1 al árbol base"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-estado-copa
:tiene-estado-copa rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Descomposicion-arboles-muertos ;
                   rdfs:range xsd:int ;
                   rdfs:comment "Código de 1 a 6 definido mediante imágenes en el documento"@es ;
                   rdfs:label "Estado de copa"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-extraccion
:tiene-extraccion rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Descomposicion-acumulacion ;
                  rdfs:range xsd:int ;
                  rdfs:label "¿Previsiblemente se extraerá?"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-fecha-hora-fin
:tiene-fecha-hora-fin rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Muestra-biodiversidad ;
                      rdfs:range xsd:dateTime ;
                      rdfs:label "Fecha y hora de finalización de la toma de datos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-fecha-hora-inicio
:tiene-fecha-hora-inicio rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Muestra-biodiversidad ;
                         rdfs:range xsd:dateTime ;
                         rdfs:label "Fecha y hora de inicio de la toma de datos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-forma-cubicacion
:tiene-forma-cubicacion rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Descomposicion-arboles-muertos ;
                        rdfs:range xsd:int ;
                        rdfs:comment "De 1 a 6"@es ;
                        rdfs:label "Forma de cubicación del IFN"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-angleuniformity-4nn
:tiene-indice-angleuniformity-4nn rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                                  rdfs:range xsd:double ;
                                  rdfs:comment "Los valores que puede tomar el índice son: 0 indica estricta regularidad; 0,25 regularidad; 0,5 aleatoria; 0,75 irregularidad (agregados); 1 muy irregular."@es ;
                                  rdfs:label "Índice AngleUniformity 4nn"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-berger-parker
:tiene-indice-berger-parker rdf:type owl:DatatypeProperty ;
                            rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                            rdfs:range xsd:double ;
                            rdfs:comment "Valor numérico por parcela del índice"@es ;
                            rdfs:label "Índice Berger Parker"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-clark-evans
:tiene-indice-clark-evans rdf:type owl:DatatypeProperty ;
                          rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                          rdfs:range xsd:double ;
                          rdfs:comment "Si el valor es <1 su distribución es aleatoria o de Poisson, si es >1  su distribución con tendencia a la regularidad"@es ;
                          rdfs:label "Índice Clark Evans"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-dbh-differentiation-3nn
:tiene-indice-dbh-differentiation-3nn rdf:type owl:DatatypeProperty ;
                                      rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                                      rdfs:range xsd:double ;
                                      rdfs:comment "Si el valor es 0 la diferenciacion es menor, si el valor es 1 tendra mayor diferenciacion"@es ;
                                      rdfs:label "Índice DBH Differentiation 3nn"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-h-differentiation-3nn
:tiene-indice-h-differentiation-3nn rdf:type owl:DatatypeProperty ;
                                    rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                                    rdfs:range xsd:double ;
                                    rdfs:comment "Valor numérico por parcela del índice"@es ;
                                    rdfs:label "Índice H Differentiation 3nn"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-margalef
:tiene-indice-margalef rdf:type owl:DatatypeProperty ;
                       rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                       rdfs:range xsd:double ;
                       rdfs:comment "Valor numérico por parcela del índice"@es ;
                       rdfs:label "Índice Margalef"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-mingling-3nn
:tiene-indice-mingling-3nn rdf:type owl:DatatypeProperty ;
                           rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                           rdfs:range xsd:double ;
                           rdfs:comment "Cuanto más próximo a 1 sea el valor más mezcladas se encuentran las especies, si el valor es más próximo 0 más se agrupan las especies"@es ;
                           rdfs:label "Índice Mingling 3nn"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-segregation-pielou
:tiene-indice-segregation-pielou rdf:type owl:DatatypeProperty ;
                                 rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                                 rdfs:range xsd:double ;
                                 rdfs:comment "Valor numérico por parcela del índice"@es ;
                                 rdfs:label "Índice  Segregation (Pielou)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-shannon-dbh
:tiene-indice-shannon-dbh rdf:type owl:DatatypeProperty ;
                          rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                          rdfs:range xsd:double ;
                          rdfs:comment "Los valores por parcela presentarán una mayor diversidad estructural vertical u horizontal cuando mayor sea el valor de índice de Shannon"@es ;
                          rdfs:label "Índice Shannon DBH"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-shannon-h
:tiene-indice-shannon-h rdf:type owl:DatatypeProperty ;
                        rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                        rdfs:range xsd:double ;
                        rdfs:comment "Si el valor es <0 indica que hay una tendencia de las dos especies a asociarse (competencia intraespecífica mayor), si el valor es >0 existe una tendencia a agruparse árboles de una misma especie (competencia interespecífica mayor)."@es ;
                        rdfs:label "Índice  Shannon H"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-shannon-weaver
:tiene-indice-shannon-weaver rdf:type owl:DatatypeProperty ;
                             rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                             rdfs:range xsd:double ;
                             rdfs:comment "Valor numérico por parcela del índice"@es ;
                             rdfs:label "Índice Shannon Weaver"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-indice-simpson
:tiene-indice-simpson rdf:type owl:DatatypeProperty ;
                      rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                      rdfs:range xsd:double ;
                      rdfs:comment "Valor numérico por parcela del índice"@es ;
                      rdfs:label "Índice Simpson"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-longitud
:tiene-longitud rdf:type owl:DatatypeProperty ;
                rdfs:domain :Madera-muerta ;
                rdfs:range xsd:double ;
                rdfs:label "Longitud (m)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-longitud-dm
:tiene-longitud-dm rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Descomposicion-brotes-cepa ;
                   rdfs:range xsd:int ;
                   rdfs:label "Longitud (dm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-longitud-media
:tiene-longitud-media rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Descomposicion-acumulacion ;
                      rdfs:range xsd:int ;
                      rdfs:label "Longitud media (m)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-longitud-media-dm
:tiene-longitud-media-dm rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Elemento-artificial ;
                         rdfs:range xsd:int ;
                         rdfs:label "Longitud media (dm)"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-arbol-cercano
:tiene-numero-arbol-cercano rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Estructura-masa ;
                            rdfs:range xsd:int ;
                            rdfs:comment "De 0 a 4" ;
                            rdfs:label "Número de árbol vecino más cercanos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-bifurcaciones
:tiene-numero-bifurcaciones rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Descomposicion-arboles-muertos ;
                            rdfs:range xsd:int ;
                            rdfs:label "Número de pies en que se divide ese árbol"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-bifurcaciones-muertos
:tiene-numero-bifurcaciones-muertos rdf:type owl:DatatypeProperty ;
                                    rdfs:domain :Descomposicion-arboles-muertos ;
                                    rdfs:range xsd:int ;
                                    rdfs:label "Número de pies en que se divide ese árbol que están muertos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-brotes-tocon
:tiene-numero-brotes-tocon rdf:type owl:DatatypeProperty ;
                           rdfs:domain :Descomposicion-brotes-cepa ;
                           rdfs:range xsd:int ;
                           rdfs:label "Número de brotes de cepa de tocones "@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-elementos-artificiales
:tiene-numero-elementos-artificiales rdf:type owl:DatatypeProperty ;
                                     rdfs:domain :Elemento-artificial ;
                                     rdfs:range xsd:int ;
                                     rdfs:label "Número, en el caso de que haya más de un elemento artificial discontínuo"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-elementos-singulares
:tiene-numero-elementos-singulares rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :Elemento-singular-natural ;
                                   rdfs:range xsd:int ;
                                   rdfs:label "Número de elementos singulares"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-leños
:tiene-numero-leños rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Descomposicion-acumulacion ;
                    rdfs:range xsd:int ;
                    rdfs:label "Número de leños por acumulación y especie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-liquen-gradilla-1
:tiene-numero-liquen-gradilla-1 rdf:type owl:DatatypeProperty ;
                                rdfs:domain :Liquen ;
                                rdfs:range xsd:int ;
                                rdfs:label "Número de liquenes gradilla 1"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-liquen-gradilla-2
:tiene-numero-liquen-gradilla-2 rdf:type owl:DatatypeProperty ;
                                rdfs:domain :Liquen ;
                                rdfs:range xsd:int ;
                                rdfs:label "Número de liquenes gradilla 2"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-liquen-gradilla-3
:tiene-numero-liquen-gradilla-3 rdf:type owl:DatatypeProperty ;
                                rdfs:domain :Liquen ;
                                rdfs:range xsd:int ;
                                rdfs:label "Número de liquenes gradilla 3"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-liquen-gradilla-4
:tiene-numero-liquen-gradilla-4 rdf:type owl:DatatypeProperty ;
                                rdfs:domain :Liquen ;
                                rdfs:range xsd:int ;
                                rdfs:label "Número de liquenes gradilla 4"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-muestras
:tiene-numero-muestras rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Madera-muerta ;
                       rdfs:range xsd:double ;
                       rdfs:label "Número total de muestras recogidas en la parcela"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-numero-pies-menores-muertos
:tiene-numero-pies-menores-muertos rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :Descomposicion-pies-menores-muertos ;
                                   rdfs:range xsd:int ;
                                   rdfs:label "Número de pies menores muertos en pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-orden-ifn2
:tiene-orden-ifn2 rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Arbol-con-liquen ;
                  rdfs:range xsd:int ;
                  rdfs:label "Número de orden IFN2 del pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-orden-ifn3
:tiene-orden-ifn3 rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Arbol-con-liquen ;
                  rdfs:range xsd:int ;
                  rdfs:label "Número de orden IFN3 del pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-orden-ifn4
:tiene-orden-ifn4 rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Arbol-con-liquen ;
                  rdfs:range xsd:int ;
                  rdfs:label "Número de orden IFN4 del pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-pendiente
:tiene-pendiente rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Muestra-biodiversidad ;
                 rdfs:range xsd:double ;
                 rdfs:label "Lectura del hipsómetro"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-pies-muestra
:tiene-pies-muestra rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Muestra-biodiversidad ;
                    rdfs:range xsd:double ;
                    rdfs:label "Número total de pies de la muestra de árboles"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-porcentaje-cobertura
:tiene-porcentaje-cobertura rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Cobertura ;
                            rdfs:range xsd:double ;
                            rdfs:label "Porcentaje de cobertura estimado"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-presencia
:tiene-presencia rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Elemento-singular-natural ;
                 rdfs:range xsd:boolean ;
                 rdfs:label "Presencia"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-radio-muestra
:tiene-radio-muestra rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Muestra-biodiversidad ;
                     rdfs:range xsd:double ;
                     rdfs:label "Radio en el que se toma la muestra de árboles"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-riqueza-arborea
:tiene-riqueza-arborea rdf:type owl:DatatypeProperty ;
                       rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                       rdfs:range xsd:double ;
                       rdfs:comment "Valor numérico por parcela "@es ;
                       rdfs:label "Riqueza arbórea"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-riqueza-arbustiva
:tiene-riqueza-arbustiva rdf:type owl:DatatypeProperty ;
                         rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                         rdfs:range xsd:double ;
                         rdfs:comment "Valor numérico por parcela "@es ;
                         rdfs:label "Riqueza arbustiva"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-riqueza-total
:tiene-riqueza-total rdf:type owl:DatatypeProperty ;
                     rdfs:domain <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> ;
                     rdfs:range xsd:double ;
                     rdfs:comment "Valor numérico por parcela "@es ;
                     rdfs:label "Riqueza total"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-volumen-estereos
:tiene-volumen-estereos rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Descomposicion-ramas-finas ;
                        rdfs:range xsd:double ;
                        rdfs:label "Volumen en estereos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-volumen-leñas
:tiene-volumen-leñas rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Madera-muerta ;
                     rdfs:range xsd:string ;
                     rdfs:label "Volumen de leñas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/tiene-volumen-total
:tiene-volumen-total rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Madera-muerta ;
                     rdfs:range xsd:string ;
                     rdfs:comment "Para cubicar la madera muerta de los pies mayores muertos en pie, se suman los valores obtenidos al utilizar las ecuaciones de cubicación del fuste (VCC) y de las leñas (VLE)"@es ;
                     rdfs:label "Volumen total (VCC y VLE)"@es .


#################################################################
#    Classes
#################################################################

###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Arbol-con-liquen
:Arbol-con-liquen rdf:type owl:Class ;
                  rdfs:subClassOf <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie-mayor> ;
                  rdfs:label "Árbol con liquen"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Cobertura
:Cobertura rdf:type owl:Class ;
           rdfs:label "Cobertura"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosas
:Cobertura-no-leñosas rdf:type owl:Class ;
                      rdfs:subClassOf :Cobertura ;
                      rdfs:label "Cobertura de especies no leñosas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-acumulacion
:Descomposicion-acumulacion rdf:type owl:Class ;
                            rdfs:subClassOf :Madera-muerta ;
                            rdfs:label "Grado de descomposición de la madera muerta encontrada en la acumulación"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-arboles-muertos
:Descomposicion-arboles-muertos rdf:type owl:Class ;
                                rdfs:subClassOf :Madera-muerta ,
                                                <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie> ;
                                rdfs:label "Grado de descomposición de la madera muerta encontrada de árboles muertos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-arboles-muertos-caidos
:Descomposicion-arboles-muertos-caidos rdf:type owl:Class ;
                                       rdfs:subClassOf :Descomposicion-arboles-muertos ;
                                       rdfs:label "Grado de descomposición de la madera muerta encontrada de árboles muertos caídos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-arboles-muertos-en-pie
:Descomposicion-arboles-muertos-en-pie rdf:type owl:Class ;
                                       rdfs:subClassOf :Descomposicion-arboles-muertos ;
                                       rdfs:label "Grado de descomposición de la madera muerta encontrada de árboles muertos en pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-brotes-cepa
:Descomposicion-brotes-cepa rdf:type owl:Class ;
                            rdfs:subClassOf :Madera-muerta ;
                            rdfs:label "Grado de descomposición de la madera muerta encontrada de brotes de cepa"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-pies-menores-muertos
:Descomposicion-pies-menores-muertos rdf:type owl:Class ;
                                     rdfs:subClassOf :Madera-muerta ;
                                     rdfs:label "Grado de descomposición de la madera muerta encontrada de pies menores muertos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-pies-menores-muertos-caidos
:Descomposicion-pies-menores-muertos-caidos rdf:type owl:Class ;
                                            rdfs:subClassOf :Descomposicion-pies-menores-muertos ;
                                            rdfs:label "Grado de descomposición de la madera muerta encontrada de pies menores muertos caídos"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-pies-menores-muertos-en-pie
:Descomposicion-pies-menores-muertos-en-pie rdf:type owl:Class ;
                                            rdfs:subClassOf :Descomposicion-pies-menores-muertos ;
                                            rdfs:label "Grado de descomposición de la madera muerta encontrada de pies menores muertos en pie"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-ramas
:Descomposicion-ramas rdf:type owl:Class ;
                      rdfs:subClassOf :Madera-muerta ;
                      rdfs:label "Grado de descomposición de la madera muerta encontrada de ramas o leñas gruesas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-ramas-finas
:Descomposicion-ramas-finas rdf:type owl:Class ;
                            rdfs:subClassOf :Madera-muerta ;
                            rdfs:label "Grado de descomposición de la madera muerta encontrada de ramas finas"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Descomposicion-tocones
:Descomposicion-tocones rdf:type owl:Class ;
                        rdfs:subClassOf :Madera-muerta ;
                        rdfs:label "Grado de descomposición de la madera muerta encontrada de tocones"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Elemento-artificial
:Elemento-artificial rdf:type owl:Class ;
                     rdfs:label "Elementos artificiales"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural
:Elemento-singular-natural rdf:type owl:Class ;
                           rdfs:label "Elemento singular de origen natural"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Estructura-masa
:Estructura-masa rdf:type owl:Class ;
                 rdfs:subClassOf <http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie> ;
                 rdfs:label "Estructura de la masa arbórea"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Liquen
:Liquen rdf:type owl:Class ;
        rdfs:label "Liquen"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Madera-muerta
:Madera-muerta rdf:type owl:Class ;
               rdfs:label "Madera muerta"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Muestra-biodiversidad
:Muestra-biodiversidad rdf:type owl:Class ;
                       rdfs:label "Muestra para análisis de biodiversidad"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Ramoneo
:Ramoneo rdf:type owl:Class ;
         rdfs:label "Grado de ramoneo"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn-biodiversidad/Rastro-animal
:Rastro-animal rdf:type owl:Class ;
               rdfs:label "Rastros de origen animal"@es .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela
<http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Parcela> rdf:type owl:Class .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie
<http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie> rdf:type owl:Class .


###  http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie-mayor
<http://datos.iepnb.gob.es/def/medio-ambiente/ifn/Pie-mayor> rdf:type owl:Class .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                               rdfs:label "Ángulo con árbol vecino"@es ;
                                                                               <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#0> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#1> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                            rdfs:comment "Categoría de bosque según la FAO"@es ;
                                                                            rdfs:label "Categoría de bosque"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-5> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-4> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-1> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-2> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-3> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-4> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> rdf:type owl:Class ;
                                                                                       rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                                       rdfs:comment "Categorías de desarrollo que se consideran para las especies arbóreas."@es ;
                                                                                       rdfs:label "Categorías de desarrollo de especies arbóreas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-5> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-1> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-2> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-3> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-4> ,
                                                                                                                                           <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-5> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                            rdfs:label "Causante del derribo de un árbol"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#h> ,
                                                                                                                                <http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#o> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                     rdfs:comment "Diferentes tipos de cobertura considerados"@es ;
                                                                     rdfs:label "Cobertura"@es ;
                                                                     <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-15> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-9> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-1> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-10> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-11> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-12> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-13> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-14> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-2> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-3> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-4> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-5> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-6> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-7> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-8> ,
                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-9> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                               rdfs:label "Cobertura no leñosa"@es ;
                                                                               <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-9> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-10> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-5> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-6> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-7> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-8> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-9> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                               rdfs:label "Elemento artificial"@es ;
                                                                               <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-4> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-1> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-2> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-3> ,
                                                                                                                                   <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-4> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> rdf:type owl:Class ;
                                                                                     rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                                     rdfs:label "Elemento singular de origen natural"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-10> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-11> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-12> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-9> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-8> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-7> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-1> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-2> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-3> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-4> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-5> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-6> ,
                                                                                                                                         <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-7> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                          rdfs:label "Especie líquen"@es ;
                                                                          <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-104> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-105> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-106> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-9> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-1> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-101> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-102> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-103> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-11> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-12> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-14> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-15> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-16> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-17> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-18> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-19> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-2> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-20> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-21> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-22> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-23> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-24> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-25> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-26> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-27> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-3> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-4> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-5> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-6> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-7> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-8> ,
                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-9> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                            rdfs:comment "Código numérico de la especie de matorral del IFN"@es ;
                                                                            rdfs:label "Especies de matorrlal"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1108> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1168> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1187> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1188> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1191> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-12155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-123> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-125> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-13155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-14155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-145> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-147> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-148> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-150> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-158> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-160> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-161> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-172> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-174> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-175> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-176> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-178> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-180> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-183> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-184> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-185> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-186> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-197> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3159> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3162> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-61103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-71103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-81103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1455> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1555> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1655> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1755> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2128> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2910> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2950> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2970> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3152> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3163> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3164> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3690> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3700> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8104> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-900> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9100> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9261> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9262> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9263> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9264> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9914> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-105> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-106> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-107> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1095> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1101> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1102> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1103> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1109> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-111> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1110> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-112> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-113> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1134> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1135> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-114> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-115> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-116> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1166> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-117> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1170> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-118> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1189> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-119> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1190> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-120> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1202> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-121> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-122> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-124> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1255> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-126> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-127> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-129> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-130> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-131> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-132> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-133> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1355> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-136> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-137> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-138> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-139> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-140> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-141> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-142> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-143> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-144> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-146> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-149> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-151> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-153> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-154> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-155> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-156> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-157> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-165> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-167> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-169> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-171> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-173> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-177> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-179> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-181> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-182> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-200> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-300> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-400> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-500> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-600> ,
                                                                                                                                <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-900> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> rdf:type owl:Class ;
                                                                                rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                                rdfs:label "Grado de descomposición"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-0> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36--1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-9> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-1> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-2> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-3> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-4> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-5> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-6> ,
                                                                                                                                    <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-9> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                         rdfs:label "Grado medio de ramoneo"@es ;
                                                                         <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-0> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-5> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> rdf:type owl:Class ;
                                                                                          rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                                          rdfs:label "Porcentaje de cobertura no leñosa"@es ;
                                                                                          <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-8> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-0> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-1> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-2> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-3> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-4> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-5> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-6> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-7> ,
                                                                                                                                              <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-8> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                         rdfs:comment "Tipo de rastro encontrado"@es ;
                                                                         rdfs:label "Rastro animal"@es ;
                                                                         <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-rep> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr51> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-anf> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ao> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-aro> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-m> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mcc> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mha> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr10> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr11> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr12> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr14> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr15> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr16> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr17> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr18> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr19> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr20> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr21> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr22> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr24> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr25> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr26> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr27> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr28> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr29> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr30> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr31> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr32> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr33> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr34> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr35> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr36> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr37> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr38> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr39> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr40> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr41> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr42> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr43> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr44> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr45> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr46> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr47> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr48> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr49> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr8> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr9> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mro> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-oa> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-pa1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rep> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rer> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh7> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh1> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh2> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh3> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh4> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh5> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh6> ,
                                                                                                                             <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh7> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                                      rdfs:comment "Clave sin muestreo de líquenes"@es ;
                                                                      rdfs:label "Sin líquen"@es ;
                                                                      <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-3> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-1> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-2> ,
                                                                                                                          <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-3> .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#0> rdf:type owl:NamedIndividual ;
                                                                                 rdfs:label "< 100º"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/angulo-arbol-vecino#1> rdf:type owl:NamedIndividual ;
                                                                                 rdfs:label "> 100º"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Angulo-arbol-vecino> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                   rdfs:label "Primaria"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                   rdfs:label "Natural alterada"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                   rdfs:label "Seminatural"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                   rdfs:label "Plantación para la producción"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-bosque#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                   rdfs:label "Plantación para la protección"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-bosque> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-1-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-1-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-1-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-1-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-1-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-2-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-2-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-2-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-2-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-2-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-3-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-3-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-3-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-3-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-3-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-5-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-5-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-5-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-5-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-5-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-6-1" ;
                                                                                              rdfs:label "matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-6-2" ;
                                                                                              rdfs:label "Pie mayor"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-6-3" ;
                                                                                              rdfs:label "Regenerado y pie menor"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-8-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-8-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-8-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-8-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-8-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-9-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-9-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-9-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-9-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-9-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                              rdfs:label "Matorral"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 1, 2 y 3 "@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                              rdfs:label "Arbórea. Categoría de regenerado 4 (o pie menor)"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo menor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/categoria-especies-arboreas#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                                       <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                              <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                              rdfs:label "Arbórea. Pie mayor con la altura del ramoneo mayor de 2m"@es ;
                                                                                              <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> ;
                                                                                              <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Categoria-especies-arboreas> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-01-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-01-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-01-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-01-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-01-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-5" ;
                                                                            rdfs:label "V Inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-7" ;
                                                                            rdfs:label "V herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-03-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-04-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-11-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-1" ;
                                                                            rdfs:label "Tierra"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-12" ;
                                                                             rdfs:label "Camino"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-3" ;
                                                                            rdfs:label "Roca"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-5" ;
                                                                            rdfs:label "V Inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-7" ;
                                                                            rdfs:label "V herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-12-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-14-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-18-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-20-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-20-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-20-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-20-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-20-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-21-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-23-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                            rdfs:label "Aguacate"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-29-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-41-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-1" ;
                                                                            rdfs:label "Tierra"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-44-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-44-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-3" ;
                                                                            rdfs:label "Roca"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-5" ;
                                                                            rdfs:label "V Inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-7" ;
                                                                            rdfs:label "V herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-44-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-44-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-1" ;
                                                                            rdfs:label "Roca"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-12" ;
                                                                             rdfs:label "Camino"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-15> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-15" ;
                                                                             rdfs:label "Tierra"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-5" ;
                                                                            rdfs:label "V Inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-7" ;
                                                                            rdfs:label "V herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-46-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-48-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-48-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-48-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-48-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-48-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-1" ;
                                                                            rdfs:label "Tierra"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-50-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-50-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-3" ;
                                                                            rdfs:label "Roca"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-5" ;
                                                                            rdfs:label "V Inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-7" ;
                                                                            rdfs:label "V herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#3-50-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-50-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-01-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-01-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-01-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-01-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-01-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-02-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-02-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-02-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-02-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-02-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-02-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                            rdfs:label "Roca superficial o afloramientos rocosos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-03-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-03-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-03-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-03-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-03-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-05-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-05-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-05-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-05-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-05-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-05-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-06-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-06-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-06-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-06-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-06-14" ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-06-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-07-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-07-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-07-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-07-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-07-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-07-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-08-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-08-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-08-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-08-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-08-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-09-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-09-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-09-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-09-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-09-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-09-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-10-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-10-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-10-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-10-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-10-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                            rdfs:label "Roca superficial o afloramientos rocosos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-12-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-12-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-12-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-12-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-12-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-13-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-13-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-13-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-13-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-13-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-13-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-15-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-15-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-15-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-15-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-15-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-15-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-16-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-16-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-16-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-16-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-16-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-16-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-17-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-17-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-17-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-17-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-17-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-19-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-19-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-19-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-19-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-19-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-19-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-20-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-20-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-20-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-20-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-20-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                            rdfs:label "Roca superficial o afloramientos rocosos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-22-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-22-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-22-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-22-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-22-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-24-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-24-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-24-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-24-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-24-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-24-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-25-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-25-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-25-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-25-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-25-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-26-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-26-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-26-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-26-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-26-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-27-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-27-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-27-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-27-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-27-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-27-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-28-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-28-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-28-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-28-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-28-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-30-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-30-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-30-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-30-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-30-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-31-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-32-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-32-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-32-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-32-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-32-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-32-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-33-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-33-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-33-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-33-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-33-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-34-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-34-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-34-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-34-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-34-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-34-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-35-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-35-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-35-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-35-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-35-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-35-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-36-10" ;
                                                                             rdfs:label "Encharcado"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-36-11" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-36-12" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-36-13" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-36-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-8" ;
                                                                            rdfs:label "Matorral"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-36-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-9" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-37-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-37-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-37-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-37-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-37-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-37-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-38-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-38-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-38-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-38-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-38-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-38-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-39-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-39-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-39-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-39-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-39-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-40-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-40-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-40-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-40-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-40-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-40-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-42-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-42-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-42-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-42-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-42-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-42-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-43-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-43-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-43-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-43-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-43-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                            rdfs:label "Roca superficial o afloramientos rocosos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-44-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-44-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-44-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-44-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-44-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-45-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-45-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-45-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-45-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-45-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-45-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                            rdfs:label "Roca superficial o afloramientos rocosos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-46-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-46-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-46-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-46-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-46-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-47-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-47-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-47-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-47-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-47-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-47-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-48-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-48-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-48-12" ;
                                                                             rdfs:label "Terrazas forestales"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-48-13" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-48-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-49-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-49-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-49-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-49-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-49-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-7" ;
                                                                            rdfs:label "Vegetación herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-49-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                            rdfs:label "Roca madre"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-10> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-50-10" ;
                                                                             rdfs:label "Agua"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-11> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-50-11" ;
                                                                             rdfs:label "Camino compactado (hombre)"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-12> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-50-12" ;
                                                                             rdfs:label "Terrazas forestales con mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-13
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-13> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-50-13" ;
                                                                             rdfs:label "Terrazas forestales sin mamposteria"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-14> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-50-14" ;
                                                                             rdfs:label "Otras infraestructuras realizadas por el hombre "@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                            rdfs:label "Piedras"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                            rdfs:label "Suelo desnudo"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                            rdfs:label "Materia orgánica"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                            rdfs:label "Vegetación inferior (líquenes, hepáticas y musgos)"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-6> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-6" ;
                                                                            rdfs:label "Helechos"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-7> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-7" ;
                                                                            rdfs:label "Vegetación Herbácea"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-8> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-8" ;
                                                                            rdfs:label "Turbera"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura#4-50-9> rdf:type owl:NamedIndividual ,
                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-9" ;
                                                                            rdfs:label "Encharcado"@es ;
                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> ;
                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-01-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-03-1" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-03-2" ;
                                                                                      rdfs:label "Gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-03-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-03-3" ;
                                                                                      rdfs:label "No gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-04-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-04-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-11-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-11-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-12-1" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-12-2" ;
                                                                                      rdfs:label "Gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-12-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-12-3" ;
                                                                                      rdfs:label "No gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-14-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-14-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-18-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-18-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-20-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-21-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-21-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-23-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-23-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-29-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-29-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-41-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-41-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-44-1" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-44-2" ;
                                                                                      rdfs:label "Gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-44-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-44-3" ;
                                                                                      rdfs:label "No gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#3-48-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-01-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-02-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-03-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-05-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-06-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-07-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-08-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-09-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-10-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-12-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-13-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-15-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-16-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-17-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-19-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-20-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-22-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-24-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-25-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-26-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-27-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-28-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-30-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-31-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-31-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-32-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-33-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-34-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-35-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-36-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-37-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-38-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-39-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-40-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-42-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-43-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-44-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-45-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-46-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-47-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-48-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-49-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                      rdfs:label "Arbolillos, arbustos y matas arbustivas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-10> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-10" ;
                                                                                       rdfs:label "Otras herbáceas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                      rdfs:label "Matorrales altos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                      rdfs:label "Matorrales medianos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                      rdfs:label "Matorrales bajos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                      rdfs:label "Matorrales rastreros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-6> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-6" ;
                                                                                      rdfs:label "Megaforbios"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-7> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-7" ;
                                                                                      rdfs:label "Helechos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-8> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-8" ;
                                                                                      rdfs:label "Herbáceas gramíneas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/cobertura-no-leñosa#4-50-9> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-9" ;
                                                                                      rdfs:label "Herbáceas leguminosas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                      rdfs:label "Muros"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                      rdfs:label "Setos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                      rdfs:label "Caminos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-artificial#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                      rdfs:label "Terrazas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-artificial> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-01-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-01-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-03-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-2" ;
                                                                                            rdfs:label "Cavidades en troncos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-03-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-03-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-04-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-04-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-11-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-11-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-12-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-2" ;
                                                                                            rdfs:label "Cavidades en troncos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-12-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-12-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-14-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-14-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-18-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-18-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-20-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-20-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-21-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-21-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-23-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-23-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-29-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-29-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-41-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-41-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-10> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-10" ;
                                                                                             rdfs:label "Huellas y rastros (fauna)"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-11> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-11" ;
                                                                                             rdfs:label "Excrementos"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-12> rdf:type owl:NamedIndividual ,
                                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-46-12" ;
                                                                                             rdfs:label "Otros"@es ;
                                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-2" ;
                                                                                            rdfs:label "Cavidades en troncos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-46-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-46-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#3-48-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "3-48-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-01-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-01-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-02-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-02-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-03-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-03-8" ;
                                                                                            rdfs:label "Hormiguero"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-05-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-05-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-06-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-06-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-07-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-07-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-08-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-08-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-09-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-09-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-10-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-10-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-12-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-12-8" ;
                                                                                            rdfs:label "Hormiguero"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-13-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-13-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas finas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-7" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-15-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-15-8" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-16-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-16-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-17-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-17-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-19-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-19-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-20-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-20-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-22-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-22-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-24-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-24-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-25-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-25-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-26-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-26-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas finas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-7" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-27-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-27-8" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-28-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-28-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-30-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-30-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-7" ;
                                                                                            rdfs:label "Muros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-8" ;
                                                                                            rdfs:label "Setos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-31-9> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-31-9" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas finas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-7" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-32-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-32-8" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-33-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-33-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-34-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-34-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-35-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-35-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas finas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                            rdfs:label "Hormigueros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-6" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-7" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-36-8> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-36-8" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-37-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-37-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-38-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-38-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-39-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-39-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-40-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-40-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-42-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-42-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-43-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-43-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-44-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-44-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-45-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-45-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-46-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-46-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-47-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-47-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-48-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-48-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-49-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-49-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                            rdfs:label "Montones de ramas o leñas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                            rdfs:label "Cavidades en troncos (longitud del eje > 20 cm)"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                            rdfs:label "Toperas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                            rdfs:label "Madrigueras"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                            rdfs:label "Cuevas"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-6> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-6" ;
                                                                                            rdfs:label "Nidos"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/elemento-singular-natural#4-50-7> rdf:type owl:NamedIndividual ,
                                                                                                     <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                            <http://purl.org/dc/elements/1.1/identifier> "4-50-7" ;
                                                                                            rdfs:label "Otros"@es ;
                                                                                            <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> ;
                                                                                            <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Elemento-singular-natural> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-01-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-01-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-01-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-1" ;
                                                                                 rdfs:label "Crustaceos"@es ,
                                                                                            "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-03-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-03-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-03-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-03-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-04-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-11-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-12-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-12-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-12-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-12-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-14-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-18-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-20-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-20-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-20-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-21-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-23-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-29-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-41-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-104> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-44-104" ;
                                                                                   rdfs:label "Sin definir"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-105> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-44-105" ;
                                                                                   rdfs:label "Sin definir"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-44-106> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-44-106" ;
                                                                                   rdfs:label "Sin definir"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-46-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-48-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-48-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-48-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-1" ;
                                                                                 rdfs:label "Crustaceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-50-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-50-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-50-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-50-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#3-50-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-50-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-01-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-01-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-01-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-06-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-06-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-06-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-07-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-07-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-07-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-08-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-08-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-08-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-10-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-10-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-10-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-17-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-17-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-17-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-20-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-20-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-20-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-25-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-25-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-25-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-26-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-26-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-26-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-28-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-28-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-28-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-30-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-30-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-30-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-31-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-33-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-33-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-33-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-35-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-35-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-35-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-38-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-38-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-38-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-39-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-39-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-39-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-43-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-43-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-43-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                 rdfs:label "Crustaceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-46-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-46-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                 rdfs:label "Crustáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-101> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-101" ;
                                                                                   rdfs:label "Nº Crustaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-102> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-102" ;
                                                                                   rdfs:label "Nº Foliaceos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-103> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-48-103" ;
                                                                                   rdfs:label "Nº Fruticulosos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-11> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-11" ;
                                                                                  rdfs:label "Xanthoria parietina"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-12> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-12" ;
                                                                                  rdfs:label "Usnea sp."@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-14> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-14" ;
                                                                                  rdfs:label "Ramalina farinacea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-15> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-15" ;
                                                                                  rdfs:label "Ramalina fraxinea o Ramalina fastigiata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-16> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-16" ;
                                                                                  rdfs:label "Anaptychia ciliaris"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-17> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-17" ;
                                                                                  rdfs:label "Parmelia perlata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-18> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-18" ;
                                                                                  rdfs:label "Hypogymnia tubulosa"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-19> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-19" ;
                                                                                  rdfs:label "Pseudevernia furfuracea"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                 rdfs:label "Foliáceos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-20> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-20" ;
                                                                                  rdfs:label "Parmelia acetabulum"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-21> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-21" ;
                                                                                  rdfs:label "Physconia adscends y Physcia semipinnata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-22> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-22" ;
                                                                                  rdfs:label "Parmelia del grupo Melanelia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-23
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-23> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-23" ;
                                                                                  rdfs:label "Physcia aipolia"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-24> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-24" ;
                                                                                  rdfs:label "Parmelia sulcata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-25> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-25" ;
                                                                                  rdfs:label "Parmelia caperata"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-26> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-26" ;
                                                                                  rdfs:label "Parmelia subreducta"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-27> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-27" ;
                                                                                  rdfs:label "Lobaria pulmonaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                 rdfs:label "Fruticulosos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                 rdfs:label "Caloplaca"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                 rdfs:label "Lecidea/Buellia"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-6> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-6" ;
                                                                                 rdfs:label "Pertusaria"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-7> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-7" ;
                                                                                 rdfs:label "Lecanora"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-8> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-8" ;
                                                                                 rdfs:label "Parmelia quercina"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-liquen#4-48-9> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-48-9" ;
                                                                                 rdfs:label "Evernia prunastri"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-01-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-01-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-01-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-20-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-20-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-20-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "3-48-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#3-48-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "3-48-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-01-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-01-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-01-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-02-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-02-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-02-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-03-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-03-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-03-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-05-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-05-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-05-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-06-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-06-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-06-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-07-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-07-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-07-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-08-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-08-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-08-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-09-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-09-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-09-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-10-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-10-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-10-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-12-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-12-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-12-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-13-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-13-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-13-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-16-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-16-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-16-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-17-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-17-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-17-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-19-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-19-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-19-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-20-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-20-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-20-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-22-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-22-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-22-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-24-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-24-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-24-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-25-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-25-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-25-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-26-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-26-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-26-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-27-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-27-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-27-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-28-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-28-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-28-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-30-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-30-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-30-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-32-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-32-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-32-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-33-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-33-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-33-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-34-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-34-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-34-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-35-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-35-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-35-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-36-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-36-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-36-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-37-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-37-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-37-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-38-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-38-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-38-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-39-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-39-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-39-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-40-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-40-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-40-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-42-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-42-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-42-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-101> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-101" ;
                                                                                     rdfs:label "Cistus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-10101" ;
                                                                                       rdfs:label "Cistus libanotis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-10103" ;
                                                                                       rdfs:label "Adenocarpus telonensis"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-10155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-10155" ;
                                                                                       rdfs:label "Genista hirsuta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-103> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-103" ;
                                                                                     rdfs:label "Otras papilionoideas altas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-104> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-104" ;
                                                                                     rdfs:label "Otras papilionoideas bajas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-108> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-108" ;
                                                                                     rdfs:label "Rhododendron spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1104" ;
                                                                                      rdfs:label "Erinacea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1105" ;
                                                                                      rdfs:label "Quercus fruticosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1108
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1108> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1108" ;
                                                                                      rdfs:label "Rhododendrom ponticum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11101> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-11101" ;
                                                                                       rdfs:label "Cistus psilosepalus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1114> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1114" ;
                                                                                      rdfs:label "Rosmarinus tomentosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1115" ;
                                                                                      rdfs:label "Viburnum rigidum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-11155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-11155" ;
                                                                                       rdfs:label "Genista triacanthos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1121" ;
                                                                                      rdfs:label "Rubus caesius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1127" ;
                                                                                      rdfs:label "Santolina sp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1128" ;
                                                                                      rdfs:label "Helicrisum italicum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1130> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1130" ;
                                                                                      rdfs:label "Ruscus hypophyllum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1131" ;
                                                                                      rdfs:label "Ribes alpinum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1148> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1148" ;
                                                                                      rdfs:label "Prunus ramburii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1152" ;
                                                                                      rdfs:label "Coronilla glauca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1155" ;
                                                                                      rdfs:label "Genista monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1158> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1158" ;
                                                                                      rdfs:label "Maytenus senegalensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1159" ;
                                                                                      rdfs:label "Artemisia reptans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1162" ;
                                                                                      rdfs:label "Euphorbia canariensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1163" ;
                                                                                      rdfs:label "Adenocarpus decorticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1164" ;
                                                                                      rdfs:label "Ulex canescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1168
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1168> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1168" ;
                                                                                      rdfs:label "Cytisus malacifitanus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1172> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1172" ;
                                                                                      rdfs:label "Corema album"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1173> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1173" ;
                                                                                      rdfs:label "Ephedra fragilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1175> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1175" ;
                                                                                      rdfs:label "Anagyris foetida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1177> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1177" ;
                                                                                      rdfs:label "Echinospartum boissieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1187
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1187> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1187" ;
                                                                                      rdfs:label "Cytisus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1188
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1188> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1188" ;
                                                                                      rdfs:label "Cytisus grandiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1191
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-1191> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-1191" ;
                                                                                      rdfs:label "Cytisus tribracteolatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-12155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-12155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-12155" ;
                                                                                       rdfs:label "Genista tridens"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-123
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-123> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-123" ;
                                                                                     rdfs:label "Zizyphus lotus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-125
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-125> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-125" ;
                                                                                     rdfs:label "Anthyllis cytisoides"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-128> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-128" ;
                                                                                     rdfs:label "Helichrysum stoechas"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-13155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-13155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-13155" ;
                                                                                       rdfs:label "Genista tridentata"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-134> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-134" ;
                                                                                     rdfs:label "Spiraea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-135> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-135" ;
                                                                                     rdfs:label "Osyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-136" ;
                                                                                     rdfs:label "Chamaespartium tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-14155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-14155> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-14155" ;
                                                                                       rdfs:label "Genista versicolor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-145
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-145> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-145" ;
                                                                                     rdfs:label "Medicago arborea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-147
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-147> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-147" ;
                                                                                     rdfs:label "Paliurus spina-christi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-148
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-148> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-148" ;
                                                                                     rdfs:label "Prunus mahaleb"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-150
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-150> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-150" ;
                                                                                     rdfs:label "Ampelodesmos mauritanica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-152> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-152" ;
                                                                                     rdfs:label "Coronilla emerus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-158
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-158> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-158" ;
                                                                                     rdfs:label "Maytenus canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-159> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-159" ;
                                                                                     rdfs:label "Artemisia canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-160
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-160> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-160" ;
                                                                                     rdfs:label "Chamaecytisus proliferus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-161
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-161> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-161" ;
                                                                                     rdfs:label "Echium sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-162> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-162" ;
                                                                                     rdfs:label "Euphorbia sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-163> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-163" ;
                                                                                     rdfs:label "Hypericum canariensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-164> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-164" ;
                                                                                     rdfs:label "Kleinia neriifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-165" ;
                                                                                     rdfs:label "Teline sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-166> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-166" ;
                                                                                     rdfs:label "Rumex lunaria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-170> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-170" ;
                                                                                     rdfs:label "Vella spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-172
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-172> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-172" ;
                                                                                     rdfs:label "Corema spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-174
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-174> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-174" ;
                                                                                     rdfs:label "Vitis vinifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-175
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-175> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-175" ;
                                                                                     rdfs:label "Anagyris spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-176
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-176> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-176" ;
                                                                                     rdfs:label "Staurucanthus boivinii"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-178
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-178> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-178" ;
                                                                                     rdfs:label "Dittrichia viscosa"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-180
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-180> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-180" ;
                                                                                     rdfs:label "Sideritis sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-181" ;
                                                                                     rdfs:label "Securinega tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-182" ;
                                                                                     rdfs:label "Lithodora sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-183
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-183> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-183" ;
                                                                                     rdfs:label "Periploca laevigata "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-184
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-184> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-184" ;
                                                                                     rdfs:label "Withania frutescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-185
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-185> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-185" ;
                                                                                     rdfs:label "Launaea arborescens"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-186
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-186> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-186" ;
                                                                                     rdfs:label "Salsola sp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-197
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-197> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-197" ;
                                                                                     rdfs:label "Sambucus palmensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2117" ;
                                                                                      rdfs:label "Halimium commutatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2122" ;
                                                                                      rdfs:label "Rhamnus saxatilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2129" ;
                                                                                      rdfs:label "Thymus zygis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2131> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2131" ;
                                                                                      rdfs:label "Ribes rubrum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2135" ;
                                                                                      rdfs:label "Osyris quadripartita"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2152" ;
                                                                                      rdfs:label "Coronilla minima"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2155" ;
                                                                                      rdfs:label "Genista patens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2159" ;
                                                                                      rdfs:label "Artimisia barrelieri"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2162" ;
                                                                                      rdfs:label "Euphorbia handiensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2163" ;
                                                                                      rdfs:label "Adenocarpus gibbsianus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2165" ;
                                                                                      rdfs:label "Retama mosnosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3103" ;
                                                                                      rdfs:label "Spartium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3104" ;
                                                                                      rdfs:label "Calicotome villosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3117" ;
                                                                                      rdfs:label "Halimium lasianthum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3121" ;
                                                                                      rdfs:label "Rubus ulmifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3122" ;
                                                                                      rdfs:label "Rhamnus alpinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3124" ;
                                                                                      rdfs:label "Bupleurum spinosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3129" ;
                                                                                      rdfs:label "Thymus baeticus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3159
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3159> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3159" ;
                                                                                      rdfs:label "Artimisia campestris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3162
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3162> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3162" ;
                                                                                      rdfs:label "Euphorbia aphylla"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-3700" ;
                                                                                      rdfs:label "Juniperus communis  spp alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4117" ;
                                                                                      rdfs:label "Halimium atripicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4122" ;
                                                                                      rdfs:label "Rhamnus oleoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4124" ;
                                                                                      rdfs:label "Buplerum gibraltaricum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4129" ;
                                                                                      rdfs:label "Thymus albicans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4144" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-4155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-4155" ;
                                                                                      rdfs:label "Genista triflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5103" ;
                                                                                      rdfs:label "Sarothamnus vulgaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5122" ;
                                                                                      rdfs:label "Rhamnus myrtifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5129" ;
                                                                                      rdfs:label "Thymus granatensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-5155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-5155" ;
                                                                                      rdfs:label "Genista balansae"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6101" ;
                                                                                      rdfs:label "Cistus salvifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-61103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-61103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-61103" ;
                                                                                       rdfs:label "Ulex baeticus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-6155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-6155" ;
                                                                                      rdfs:label "Genista baetica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-71103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-71103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-71103" ;
                                                                                       rdfs:label "Ulex minor"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8103" ;
                                                                                      rdfs:label "Sarothamnus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-81103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-81103> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-81103" ;
                                                                                       rdfs:label "Ulex eriocladus"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-43-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9101" ;
                                                                                      rdfs:label "Cistus symphytifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9104" ;
                                                                                      rdfs:label "Genistella spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9155" ;
                                                                                      rdfs:label "Genista linifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-43-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-43-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-44-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-44-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-44-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1455
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1455> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1455" ;
                                                                                      rdfs:label "Genista falcata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1555
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1555> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1555" ;
                                                                                      rdfs:label "Genista florida"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1655
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1655> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1655" ;
                                                                                      rdfs:label "Genista hispanica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1755
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-1755> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-1755" ;
                                                                                      rdfs:label "Genista hystrix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2101" ;
                                                                                      rdfs:label "Cistus populifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2102" ;
                                                                                      rdfs:label "Erica australis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2103" ;
                                                                                      rdfs:label "Adenocarpus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2104" ;
                                                                                      rdfs:label "Calicotome spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2105> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2105" ;
                                                                                      rdfs:label "Calicotome spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2109" ;
                                                                                      rdfs:label "Lavandula stoechas"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2110" ;
                                                                                      rdfs:label "Daphne laureola"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2111> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2111" ;
                                                                                      rdfs:label "Cistus psilosepalus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2115" ;
                                                                                      rdfs:label "Viburnum tinus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2121> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2121" ;
                                                                                      rdfs:label "Rubus idaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2124" ;
                                                                                      rdfs:label "Bupleurum fruticescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2127" ;
                                                                                      rdfs:label "Santolina chamecyparissus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2128
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2128> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2128" ;
                                                                                      rdfs:label "Helichrysum spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2132" ;
                                                                                      rdfs:label "Clematis vitalba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2135" ;
                                                                                      rdfs:label "Osyris lanceolata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2138" ;
                                                                                      rdfs:label "Asparagus albus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2144" ;
                                                                                      rdfs:label "Lonicera implexa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2156" ;
                                                                                      rdfs:label "Genista triacanthos"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2165" ;
                                                                                      rdfs:label "Retama monosperma"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2167" ;
                                                                                      rdfs:label "Cytisus cantabricus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2171" ;
                                                                                      rdfs:label "Phlomis purpurea "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2910
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2910> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2910" ;
                                                                                      rdfs:label "Buxus balearica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2950
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2950> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2950" ;
                                                                                      rdfs:label "Prunus spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2970
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-2970> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-2970" ;
                                                                                      rdfs:label "Sambucus racemosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3101" ;
                                                                                      rdfs:label "Cistus albidus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3102" ;
                                                                                      rdfs:label "Erica vagans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3109" ;
                                                                                      rdfs:label "Lavandula lanata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3110" ;
                                                                                      rdfs:label "Daphne mezereum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3115" ;
                                                                                      rdfs:label "Viburnum lantana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3144" ;
                                                                                      rdfs:label "Lonicera periclymenum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3152
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3152> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3152" ;
                                                                                      rdfs:label "Coronilla juncea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3155" ;
                                                                                      rdfs:label "Genista scorpius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3163
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3163> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3163" ;
                                                                                      rdfs:label "Adenocarpus telonensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3164
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3164> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3164" ;
                                                                                      rdfs:label "Ulex minor"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3167" ;
                                                                                      rdfs:label "Cytisus multiflorus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3690
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3690> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3690" ;
                                                                                      rdfs:label "Chamaerops humilis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3700
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-3700> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-3700" ;
                                                                                      rdfs:label "Juniperus communis ssp. alpina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4101" ;
                                                                                      rdfs:label "Cistus clusii"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4102" ;
                                                                                      rdfs:label "Erica multiflora"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4103" ;
                                                                                      rdfs:label "Retama spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4104" ;
                                                                                      rdfs:label "Cytisus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4109" ;
                                                                                      rdfs:label "Lavandula pedunculata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4115> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4115" ;
                                                                                      rdfs:label "Viburnum opulus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4117" ;
                                                                                      rdfs:label "Halimium atriplicifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-4167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-4167" ;
                                                                                      rdfs:label "Cytisus oromediterraneus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5101" ;
                                                                                      rdfs:label "Cistus monspeliensis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5102" ;
                                                                                      rdfs:label "Erica cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5104" ;
                                                                                      rdfs:label "Coronilla spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5117" ;
                                                                                      rdfs:label "Halimium ocymoides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-5144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-5144" ;
                                                                                      rdfs:label "Lonicera xylosteum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6101" ;
                                                                                      rdfs:label "Cistus salviifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6102" ;
                                                                                      rdfs:label "Erica scoparia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6103" ;
                                                                                      rdfs:label "Ulex europaeus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6104" ;
                                                                                      rdfs:label "Astragalus spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6117" ;
                                                                                      rdfs:label "Halimium umbellatum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-6122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-6122" ;
                                                                                      rdfs:label "Rhamnus alaternus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7101" ;
                                                                                      rdfs:label "Cistus crispus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7102" ;
                                                                                      rdfs:label "Erica umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7103" ;
                                                                                      rdfs:label "Colutea arborescens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7104" ;
                                                                                      rdfs:label "Dorycnium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-7155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-7155" ;
                                                                                      rdfs:label "Genista umbellata"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-8101" ;
                                                                                      rdfs:label "Cistus laurifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-8102" ;
                                                                                      rdfs:label "Erica ciliaris"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8104
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8104> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-8104" ;
                                                                                      rdfs:label "Ononis spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-8155> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-8155" ;
                                                                                      rdfs:label "Genista cinerea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-45-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9100
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9100> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9100" ;
                                                                                      rdfs:label "Buxus sempervirens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9102" ;
                                                                                      rdfs:label "Erica erigena"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9103" ;
                                                                                      rdfs:label "Spartium junceum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9261
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9261> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9261" ;
                                                                                      rdfs:label "Colutea spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9262
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9262> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9262" ;
                                                                                      rdfs:label "Linum suffruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9263
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9263> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9263" ;
                                                                                      rdfs:label "Lonicera pyrenaica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9264
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9264> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9264" ;
                                                                                      rdfs:label "Salvia lavandulifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9300> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9300" ;
                                                                                      rdfs:label "Pistacia terebinthus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9914
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-45-9914> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-45-9914" ;
                                                                                      rdfs:label "Teline monspessulana"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-102> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-102" ;
                                                                                     rdfs:label "Erica spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-105
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-105> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-105" ;
                                                                                     rdfs:label "Quercus coccifera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-106
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-106> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-106" ;
                                                                                     rdfs:label "Calluna vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-107
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-107> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-107" ;
                                                                                     rdfs:label "Arctostaphylos uva-ursi"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-109> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-109" ;
                                                                                     rdfs:label "Lavandula spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1095
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1095> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1095" ;
                                                                                      rdfs:label "Prunus mahaleb"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-110> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-110" ;
                                                                                     rdfs:label "Daphne spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1101
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1101> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1101" ;
                                                                                      rdfs:label "Cistus ladanifer"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1102
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1102> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1102" ;
                                                                                      rdfs:label "Erica arborea"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1103
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1103> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1103" ;
                                                                                      rdfs:label "Ulex spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1109
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1109> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1109" ;
                                                                                      rdfs:label "Lavandula latifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-111
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-111> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-111" ;
                                                                                     rdfs:label "Pistacia lentiscus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1110
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1110> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1110" ;
                                                                                      rdfs:label "Daphne gnidium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1117> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1117" ;
                                                                                      rdfs:label "Halimium halimifolium"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-112
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-112> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-112" ;
                                                                                     rdfs:label "Ligustrum vulgare"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1122> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1122" ;
                                                                                      rdfs:label "Rhamnus lycioides"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1124> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1124" ;
                                                                                      rdfs:label "Bupleurum fruticosum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1127> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1127" ;
                                                                                      rdfs:label "Santolina spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1129> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1129" ;
                                                                                      rdfs:label "Thymus mastichina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-113
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-113> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-113" ;
                                                                                     rdfs:label "Phillyrea angustifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1132> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1132" ;
                                                                                      rdfs:label "Clematis flammula"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1134
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1134> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1134" ;
                                                                                      rdfs:label "Spiraea hypericifolia"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1135
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1135> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1135" ;
                                                                                      rdfs:label "Osyris alba"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1137> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1137" ;
                                                                                      rdfs:label "Vaccinium spp."@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1138> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1138" ;
                                                                                      rdfs:label "Asparagus acutifolius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1139> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1139" ;
                                                                                      rdfs:label "Juniperus sabina"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-114
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-114> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-114" ;
                                                                                     rdfs:label "Rosmarinus officinalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1144> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1144" ;
                                                                                      rdfs:label "Lonicera etrusca"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-115
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-115> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-115" ;
                                                                                     rdfs:label "Viburnum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1154> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1154" ;
                                                                                      rdfs:label "Dorycnium hirsutum"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1156> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1156" ;
                                                                                      rdfs:label "Genista hirsuta"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-116
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-116> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-116" ;
                                                                                     rdfs:label "Berberis vulgaris"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1165> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1165" ;
                                                                                      rdfs:label "Retama sphaerocarpa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1166
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1166> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1166" ;
                                                                                      rdfs:label "Erinacea anthyllis"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1167> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1167" ;
                                                                                      rdfs:label "Cytisus scoparius"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-117
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-117> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-117" ;
                                                                                     rdfs:label "Halimium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1170
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1170> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1170" ;
                                                                                      rdfs:label "Vella spinosa"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1171> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1171" ;
                                                                                      rdfs:label "Phlomis lychnitis "@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1179> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1179" ;
                                                                                      rdfs:label "Teucrium fruticans"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-118
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-118> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-118" ;
                                                                                     rdfs:label "Cotoneaster spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1189
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1189> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1189" ;
                                                                                      rdfs:label "Cytisus striatus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-119
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-119> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-119" ;
                                                                                     rdfs:label "Rosa spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1190
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1190> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1190" ;
                                                                                      rdfs:label "Cytisus villosus"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-120
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-120> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-120" ;
                                                                                     rdfs:label "Daboecia cantabrica"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1202
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1202> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1202" ;
                                                                                      rdfs:label "Erica tetralix"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-121
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-121> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-121" ;
                                                                                     rdfs:label "Rubus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-122
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-122> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-122" ;
                                                                                     rdfs:label "Rhamnus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-124
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-124> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-124" ;
                                                                                     rdfs:label "Bupleurum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1255
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1255> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1255" ;
                                                                                      rdfs:label "Genista anglica"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-126
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-126> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-126" ;
                                                                                     rdfs:label "Artemisia spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-127
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-127> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-127" ;
                                                                                     rdfs:label "Santolina rosmarinifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-129
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-129> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-129" ;
                                                                                     rdfs:label "Thymus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-130
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-130> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-130" ;
                                                                                     rdfs:label "Ruscus aculeatus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-131
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-131> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-131" ;
                                                                                     rdfs:label "Ribes spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-132
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-132> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-132" ;
                                                                                     rdfs:label "Clematis spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-133
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-133> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-133" ;
                                                                                     rdfs:label "Atriplex spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1355
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-1355> rdf:type owl:NamedIndividual ,
                                                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                      <http://purl.org/dc/elements/1.1/identifier> "4-46-1355" ;
                                                                                      rdfs:label "Genista cinerascens"@es ;
                                                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                      <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-136
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-136> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-136" ;
                                                                                     rdfs:label "Pterospartum tridentatum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-137
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-137> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-137" ;
                                                                                     rdfs:label "Vaccinium myrtillus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-138
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-138> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-138" ;
                                                                                     rdfs:label "Asparagus spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-139
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-139> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-139" ;
                                                                                     rdfs:label "Coriaria myrtifolia"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-140
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-140> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-140" ;
                                                                                     rdfs:label "Globularia alypum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-141
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-141> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-141" ;
                                                                                     rdfs:label "Hedera helix"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-142
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-142> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-142" ;
                                                                                     rdfs:label "Helianthemum spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-143
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-143> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-143" ;
                                                                                     rdfs:label "Jasminum fruticans"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-144
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-144> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-144" ;
                                                                                     rdfs:label "Lonicera spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-146
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-146> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-146" ;
                                                                                     rdfs:label "Nerium oleander"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-149
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-149> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-149" ;
                                                                                     rdfs:label "Smilax aspera"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-151
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-151> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-151" ;
                                                                                     rdfs:label "Thymelaea spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-153
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-153> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-153" ;
                                                                                     rdfs:label "Cytisophyllum sessilifolium"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-154
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-154> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-154" ;
                                                                                     rdfs:label "Dorycnium pentaphyllum"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-155
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-155> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-155" ;
                                                                                     rdfs:label "Genista spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-156
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-156> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-156" ;
                                                                                     rdfs:label "Ononis tridentata"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-157
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-157> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-157" ;
                                                                                     rdfs:label "Ulex parviflorus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-165
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-165> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-165" ;
                                                                                     rdfs:label "Teline spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-167
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-167> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-167" ;
                                                                                     rdfs:label "Cytisus arboreus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-169
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-169> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-169" ;
                                                                                     rdfs:label "Aphyllanthes monspeliensis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-171
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-171> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-171" ;
                                                                                     rdfs:label "Phlomis spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-173
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-173> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-173" ;
                                                                                     rdfs:label "Ephedra spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-177
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-177> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-177" ;
                                                                                     rdfs:label "Echinospartum spp. "@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-179
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-179> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-179" ;
                                                                                     rdfs:label "Teucrium spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-181
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-181> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-181" ;
                                                                                     rdfs:label "Flueggea tinctoria"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-182
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-182> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-182" ;
                                                                                     rdfs:label "Lithodora spp."@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-200
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-200> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-200" ;
                                                                                     rdfs:label "Amelanchier ovalis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-300
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-300> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-300" ;
                                                                                     rdfs:label "Frangula alnus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-400
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-400> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-400" ;
                                                                                     rdfs:label "Rhamnus alaternus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-500
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-500> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-500" ;
                                                                                     rdfs:label "Euonymus europaeus"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-600
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-600> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-600" ;
                                                                                     rdfs:label "Myrtus communis"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-900
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/especie-matorral#4-46-900> rdf:type owl:NamedIndividual ,
                                                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                     <http://purl.org/dc/elements/1.1/identifier> "4-46-900" ;
                                                                                     rdfs:label "Cornus sanguinea"@es ;
                                                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> ;
                                                                                     <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Especie-matorral> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-01-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-01-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-03-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-03-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "3-04--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-04-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-04-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-11-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-11-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-12-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-12-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-12-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-12-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-12-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-12-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "3-14--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-14-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-14-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "3-18--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-18-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-18-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-20-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-20-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "3-21--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-21-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-21-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-23-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-23-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-29-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-29-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-41-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-41-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-44-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-44-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-46-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-46-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-48-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-48-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-0> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-0" ;
                                                                                       rdfs:label "Sin definir"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#3-50-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "3-50-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-01-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-01-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-02-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-02-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-03-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-03-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-05-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-05-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-06-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-06-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-07-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-07-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-08-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-08-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-09-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-09-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-10-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-10-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-12-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-12-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-13-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-13-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "4-15--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-15-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-15-9" ;
                                                                                       rdfs:label "Recién cortado, madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-16-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-16-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-17-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-17-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-19-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-19-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-20-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-20-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-22-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-22-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-24-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-24-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-25-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-25-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-26-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-26-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "4-27--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-27-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-27-9" ;
                                                                                       rdfs:label "Recién cortado, madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-28-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-28-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-30-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-30-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "4-31--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-31-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-31-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "4-32--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-32-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-32-9" ;
                                                                                       rdfs:label "Recién cortado, madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-33-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-33-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-34-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-34-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-35-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-35-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36--1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36--1> rdf:type owl:NamedIndividual ,
                                                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                        <http://purl.org/dc/elements/1.1/identifier> "4-36--1" ;
                                                                                        rdfs:label "Sin definir"@es ;
                                                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                        <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-36-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-36-9" ;
                                                                                       rdfs:label "Recién cortado, madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-37-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-37-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-38-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-38-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-39-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-39-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-40-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-40-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-42-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-42-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-43-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-43-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-44-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-44-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-45-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-45-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulvurenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-46-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-46-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-47-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-47-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-48-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-48-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-49-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-49-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                       rdfs:label "Corteza intacta, presencia pequeñas ramillas (menores de 3 cm), textura de la madera intacta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                       rdfs:label "Corteza intacta, sin presencia pequeñas ramillas"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                       rdfs:label "Rastros de corteza, sin presencia pequeñas ramillas, madera dura"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura que se desprende en trozos"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas, madera blanda con una textura pulverulenta"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-6> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-6" ;
                                                                                       rdfs:label "Sin corteza, sin ramillas y debido a su grado de descomposición, hueco en el interior"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-descomposicion#4-50-9> rdf:type owl:NamedIndividual ,
                                                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                       <http://purl.org/dc/elements/1.1/identifier> "4-50-9" ;
                                                                                       rdfs:label "Madera verde"@es ;
                                                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> ;
                                                                                       <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-descomposicion> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-01-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-01-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-20-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-20-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#3-48-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-48-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-01-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-01-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-03-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-03-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-06-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-06-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-07-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-07-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-08-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-08-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-10-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-10-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-17-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-17-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-20-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-20-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-25-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-25-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-26-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-26-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-28-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-28-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-30-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-30-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-33-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-33-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-35-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-35-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-37-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-37-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-38-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-38-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-39-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-39-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-43-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-43-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-48-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-48-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-0> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-0" ;
                                                                                rdfs:label "Sin agresión"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                rdfs:label "Muy ligero, pero apreciable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                rdfs:label "Claro, pero poco intenso"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                rdfs:label "Intenso, pero sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                rdfs:label "Muy intenso, no sustentable"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/grado-ramoneo#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                rdfs:label "Máximo"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Grado-ramoneo> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-02-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-02-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-05-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-05-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-09-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-09-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-12-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-12-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-13-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-13-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-15-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-15-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-16-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-16-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-19-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-19-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-22-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-22-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-24-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-24-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-27-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-27-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-31-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-32-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-32-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-34-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-34-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-36-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-36-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-40-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-40-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-42-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-42-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-44-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-44-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-45-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-45-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-46-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-46-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-47-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-47-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-49-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-49-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-0
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-0> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-0" ;
                                                                                                 rdfs:label "/: No presente en la parcela"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-1> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-1" ;
                                                                                                 rdfs:label "Pequeño número de plantas. Cobertura entre mayor del 1% y menor o igual al 5%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-2> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-2" ;
                                                                                                 rdfs:label "Intermedio número de plantas. Cobertura entre mayor del 5 y menor o igual del 10%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-3> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-3" ;
                                                                                                 rdfs:label "Abundante número de plantas. Cobertura entre mayor del 10 y menor o igual del 25%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-4> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-4" ;
                                                                                                 rdfs:label "Cobertura mayor del 25 y menor ó igual que el 50%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-5> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-5" ;
                                                                                                 rdfs:label "Cobertura mayor que 50 y menor ó igual que 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-6> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-6" ;
                                                                                                 rdfs:label "Cobertura superior al 75%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-7> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-7" ;
                                                                                                 rdfs:label "r: Especie rara. Cobertura prácticamente nula"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/porcentaje-cobertura-no-leñosa#4-50-8> rdf:type owl:NamedIndividual ,
                                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-50-8" ;
                                                                                                 rdfs:label "+: Plantas  dispersas. Cobertura menor o igual al 1%"@es ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> ;
                                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Porcentaje-cobertura-no-leñosa> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-01-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-01-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-03-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-03-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-03-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR5" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR6" ;
                                                                                  rdfs:label "Arañas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-03-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-03-MR7" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-04-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-04-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-04-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-04-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-04-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-04-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-11-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-11-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-11-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-11-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-11-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-11-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-14-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-14-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-14-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-14-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-14-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-14-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-18-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-18-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-18-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-18-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-18-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-18-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-20-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-20-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-21-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-21-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-21-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-21-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-21-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-21-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-23-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-23-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-23-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-23-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-rep
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-23-rep> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-23-REP" ;
                                                                                  rdfs:label "Reptiles"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-29-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-29-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-29-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-29-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-29-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-29-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-41-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-41-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-41-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-41-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-41-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-41-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-46-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "3-46-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "3-46-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr51
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr51> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "3-46-MR51" ;
                                                                                   rdfs:label "Garrapatas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-46-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-46-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#3-48-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "3-48-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-01-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-01-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-02-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-02-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-03-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-03-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-05-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-05-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-06-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-06-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-07-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-07-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-08-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-08-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-09-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-09-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-10-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-10-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-12-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-12-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-13-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-13-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH5" ;
                                                                                  rdfs:label "Cerdos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH6" ;
                                                                                  rdfs:label "Colmenas / abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-15-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-15-MH7" ;
                                                                                  rdfs:label "Otros"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-16-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-16-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-17-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-17-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-19-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-19-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-20-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-20-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-22-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-22-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-24-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-24-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-25-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-25-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-26-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-26-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH5" ;
                                                                                  rdfs:label "Cerdos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH6" ;
                                                                                  rdfs:label "Colmenas / abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-27-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-27-MH7" ;
                                                                                  rdfs:label "Otros"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-28-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-28-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-30-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-30-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-31-A" ;
                                                                                rdfs:label "Aves"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-a1> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-A1" ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-AC" ;
                                                                                 rdfs:label "Columbidae"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AC1" ;
                                                                                  rdfs:label "Palomas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ac2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AC2" ;
                                                                                  rdfs:label "Tórtolas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-AG" ;
                                                                                 rdfs:label "Gallináceas"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ag1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AG1" ;
                                                                                  rdfs:label "Perdiz"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-anf
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-anf> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-ANF" ;
                                                                                  rdfs:label "Anfibios"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ao
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ao> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-AO" ;
                                                                                 rdfs:label "Otras aves de interés forestal"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-AP" ;
                                                                                 rdfs:label "Picos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ap1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AP1" ;
                                                                                  rdfs:label "Pico picapinos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-AR" ;
                                                                                 rdfs:label "Rapaces"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR1" ;
                                                                                  rdfs:label "Milano"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR2" ;
                                                                                  rdfs:label "Aguiluchos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR3" ;
                                                                                  rdfs:label "Buitre"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR4" ;
                                                                                  rdfs:label "Alimoche"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR5" ;
                                                                                  rdfs:label "Quebrantahuesos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR6" ;
                                                                                  rdfs:label "Águila"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ar7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-AR7" ;
                                                                                  rdfs:label "Pequeñas: alcón, azor, etc"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-aro
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-aro> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-ARO" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-m
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-m> rdf:type owl:NamedIndividual ,
                                                                                         <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                <http://purl.org/dc/elements/1.1/identifier> "4-31-M" ;
                                                                                rdfs:label "Mamiferos"@es ;
                                                                                <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-MA" ;
                                                                                 rdfs:label "Artiodáctilos"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MA1" ;
                                                                                  rdfs:label "Jabalí"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MA2" ;
                                                                                  rdfs:label "Ciervo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MA3" ;
                                                                                  rdfs:label "Corzo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-ma4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MA4" ;
                                                                                  rdfs:label "Gamo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-MC" ;
                                                                                 rdfs:label "Carnívoros"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MC1" ;
                                                                                  rdfs:label "Zorro"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MC2" ;
                                                                                  rdfs:label "Lobo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mc3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MC3" ;
                                                                                  rdfs:label "Mustélido (Marta, turón ,visón…)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mcc
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mcc> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MCC" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-MH" ;
                                                                                 rdfs:label "Ganado"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH5" ;
                                                                                  rdfs:label "Colmenas/abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MH6" ;
                                                                                  rdfs:label "Colmenas / abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mha
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mha> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MHA" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-MR" ;
                                                                                 rdfs:label "Roedores"@es ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR1" ;
                                                                                  rdfs:label "Conejo"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr10
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr10> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR10" ;
                                                                                   rdfs:label "Arañas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr11
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr11> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR11" ;
                                                                                   rdfs:label "Lagartija colirroja"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr12
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr12> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR12" ;
                                                                                   rdfs:label "Muflón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr14
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr14> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR14" ;
                                                                                   rdfs:label "Abejas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr15
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr15> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR15" ;
                                                                                   rdfs:label "Caracoles"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr16
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr16> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR16" ;
                                                                                   rdfs:label "Lagartos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr17
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr17> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR17" ;
                                                                                   rdfs:label "Ciempiés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr18
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr18> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR18" ;
                                                                                   rdfs:label "Liebre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr19
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr19> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR19" ;
                                                                                   rdfs:label "Alondras"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR2" ;
                                                                                  rdfs:label "Ardilla (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr20
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr20> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR20" ;
                                                                                   rdfs:label "Turdus merula"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr21
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr21> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR21" ;
                                                                                   rdfs:label "Mariposa"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr22
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr22> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR22" ;
                                                                                   rdfs:label "Perro"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr24
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr24> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR24" ;
                                                                                   rdfs:label "Gusanos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr25
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr25> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR25" ;
                                                                                   rdfs:label "Cuco"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr26
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr26> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR26" ;
                                                                                   rdfs:label "Serinus"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr27
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr27> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR27" ;
                                                                                   rdfs:label "Halcón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr28
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr28> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR28" ;
                                                                                   rdfs:label "Jilguero"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr29
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr29> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR29" ;
                                                                                   rdfs:label "Vencejo"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR3" ;
                                                                                  rdfs:label "Rata (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr30
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr30> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR30" ;
                                                                                   rdfs:label "Golondrina"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr31
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr31> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR31" ;
                                                                                   rdfs:label "Gorrión"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr32
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr32> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR32" ;
                                                                                   rdfs:label "Herrerillo común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr33
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr33> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR33" ;
                                                                                   rdfs:label "Avión común"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr34
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr34> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR34" ;
                                                                                   rdfs:label "Canario"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr35
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr35> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR35" ;
                                                                                   rdfs:label "Termitas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr36
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr36> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR36" ;
                                                                                   rdfs:label "Gaviota"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr37
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr37> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR37" ;
                                                                                   rdfs:label "Cócidos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr38
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr38> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR38" ;
                                                                                   rdfs:label "Eslizón"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr39
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr39> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR39" ;
                                                                                   rdfs:label "Cuervos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR4" ;
                                                                                  rdfs:label "Ratón (spp.)"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr40
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr40> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR40" ;
                                                                                   rdfs:label "Grullas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr41
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr41> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR41" ;
                                                                                   rdfs:label "Avispas"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr42
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr42> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR42" ;
                                                                                   rdfs:label "Culebra"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr43
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr43> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR43" ;
                                                                                   rdfs:label "Cabra montés"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr44
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr44> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR44" ;
                                                                                   rdfs:label "Urraca"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr45
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr45> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR45" ;
                                                                                   rdfs:label "Ungulados"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr46
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr46> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR46" ;
                                                                                   rdfs:label "Fauna silvestre"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr47
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr47> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR47" ;
                                                                                   rdfs:label "Alacrán"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr48
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr48> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR48" ;
                                                                                   rdfs:label "Parus s.p."@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr49
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr49> rdf:type owl:NamedIndividual ,
                                                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                   <http://purl.org/dc/elements/1.1/identifier> "4-31-MR49" ;
                                                                                   rdfs:label "Insectos"@es ;
                                                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                   <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR5" ;
                                                                                  rdfs:label "Lagartijas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR6" ;
                                                                                  rdfs:label "Saltamontes"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR7" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr8
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr8> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR8" ;
                                                                                  rdfs:label "Hormigas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr9
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mr9> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MR9" ;
                                                                                  rdfs:label "Procesionaria"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mro
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-mro> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-MRO" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-oa
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-oa> rdf:type owl:NamedIndividual ,
                                                                                          <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                 <http://purl.org/dc/elements/1.1/identifier> "4-31-OA" ;
                                                                                 <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                 <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-pa1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-pa1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-PA1" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rep
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rep> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-REP" ;
                                                                                  rdfs:label "Reptiles"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rer
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-31-rer> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-31-RER" ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH5" ;
                                                                                  rdfs:label "Cerdos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH6" ;
                                                                                  rdfs:label "Colmenas / abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-32-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-32-MH7" ;
                                                                                  rdfs:label "Otros"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-33-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-33-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-34-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-34-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-35-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-35-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH1" ;
                                                                                  rdfs:label "Caballos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH2" ;
                                                                                  rdfs:label "Vacas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH3" ;
                                                                                  rdfs:label "Ovejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH4" ;
                                                                                  rdfs:label "Cabras"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH5" ;
                                                                                  rdfs:label "Cerdos"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH6" ;
                                                                                  rdfs:label "Colmenas / abejas"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-36-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-36-MH7" ;
                                                                                  rdfs:label "Otros"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-37-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-37-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-38-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-38-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-39-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-39-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-40-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-40-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-42-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-42-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-43-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-43-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-44-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-44-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-45-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-45-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-46-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-46-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-47-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-47-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-48-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-48-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-49-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-49-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh1> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH1" ;
                                                                                  rdfs:label "CABALLOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh2> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH2" ;
                                                                                  rdfs:label "VACAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh3> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH3" ;
                                                                                  rdfs:label "OVEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh4
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh4> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH4" ;
                                                                                  rdfs:label "CABRAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh5
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh5> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH5" ;
                                                                                  rdfs:label "CERDOS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh6
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh6> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH6" ;
                                                                                  rdfs:label "COLMENAS / ABEJAS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh7
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/rastro-animal#4-50-mh7> rdf:type owl:NamedIndividual ,
                                                                                           <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                                  <http://purl.org/dc/elements/1.1/identifier> "4-50-MH7" ;
                                                                                  rdfs:label "OTROS"@es ;
                                                                                  <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> ;
                                                                                  <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Rastro-animal> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-04-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-04-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-11-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-11-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-14-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-14-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-18-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-18-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-21-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-21-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-23-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-23-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-29-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-29-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#3-41-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "3-41-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-1
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-1> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-1" ;
                                                                             rdfs:label "Diámetros menores de 16 cm"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-2
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-2> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-2" ;
                                                                             rdfs:label "Sin pies mayores en la parcela"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-3
<http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/sin-liquen#4-31-3> rdf:type owl:NamedIndividual ,
                                                                                      <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                                             <http://purl.org/dc/elements/1.1/identifier> "4-31-3" ;
                                                                             rdfs:label "No se aprecian líquenes en los troncos"@es ;
                                                                             <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> ;
                                                                             <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Sin-liquen> .


###  http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#h
<http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#h> rdf:type owl:NamedIndividual ;
                                                                               rdfs:label "Hombre"@es ;
                                                                               <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> ;
                                                                               <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> .


###  http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#o
<http://datos.iepnb.gob.es/kosf/medio-ambiente/ifn-biodiversidad/causante-derribo#o> rdf:type owl:NamedIndividual ;
                                                                               rdfs:label "Otros"@es ;
                                                                               <http://www.w3.org/2004/02/skos/core#inScheme> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> ;
                                                                               <http://www.w3.org/2004/02/skos/core#topConceptOf> <http://datos.iepnb.gob.es/kos/medio-ambiente/ifn-biodiversidad/Causante-derribo> .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
